home *** CD-ROM | disk | FTP | other *** search
- This tar file contains the context diffs (diff -c) for the changes made to
- port the Exodus Storage Manager to Linux. To create the Linux version of
- Exodus, first obtain the sources for Exodus from ftp.cs.wisc.edu. These
- should be unpacked in the directory /usr/local/sm. Next unpack this file
- in the same directory, then type
-
- patch < src.cdiff
- patch < tests.cdiff
-
- Finally, copy makefile.options into the src directory. You may wish to edit
- the file in order to create a debugging version of the storage manager and
- its library. Do a build by cd'ing to src and typing "make depend ; make".
-
- Note that the makefiles distributed with Exodus generate a great many warnings
- during a build. A build will complete successfully, though the binaries and
- the library is not installed in their proper location. Once the build is
- complete, you will need to move the binaries to ../bin and the library
- libsm_server.a to ../lib. The GNU make distributed with Linux has some
- problems with Exodus makefiles which I've not bothered to fix.
-